home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / glibmm-2.4 / glibmm.h
Encoding:
C/C++ Source or Header  |  2006-04-20  |  2.3 KB  |  73 lines

  1. /* $Id: glibmm.h,v 1.4 2004/10/10 21:03:41 murrayc Exp $ */
  2.  
  3. /* glibmm - a C++ wrapper for the GLib toolkit
  4.  *
  5.  * Copyright 2002 The gtkmm Development Team
  6.  *
  7.  * This library is free software; you can redistribute it and/or
  8.  * modify it under the terms of the GNU Library General Public
  9.  * License as published by the Free Software Foundation; either
  10.  * version 2 of the License, or (at your option) any later version.
  11.  *
  12.  * This library is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  * Library General Public License for more details.
  16.  *
  17.  * You should have received a copy of the GNU Library General Public
  18.  * License along with this library; if not, write to the Free
  19.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  */
  21.  
  22. #ifndef _GLIBMM_H
  23. #define _GLIBMM_H
  24.  
  25. #include <glibmmconfig.h>
  26. //#include <glibmm/i18n.h> //This must be included by the application, after system headers such as <iostream>.
  27. #include <glibmm/arrayhandle.h>
  28. #include <glibmm/class.h>
  29. #include <glibmm/containerhandle_shared.h>
  30. #include <glibmm/convert.h>
  31. #include <glibmm/date.h>
  32. #include <glibmm/dispatcher.h>
  33. #include <glibmm/error.h>
  34. #include <glibmm/exception.h>
  35. #include <glibmm/exceptionhandler.h>
  36. #include <glibmm/fileutils.h>
  37. #include <glibmm/helperlist.h>
  38. #include <glibmm/interface.h>
  39. #include <glibmm/iochannel.h>
  40. #include <glibmm/init.h>
  41. #include <glibmm/streamiochannel.h>
  42. #include <glibmm/listhandle.h>
  43. #include <glibmm/main.h>
  44. #include <glibmm/markup.h>
  45. #include <glibmm/miscutils.h>
  46. #include <glibmm/module.h>
  47. #include <glibmm/objectbase.h>
  48. #include <glibmm/object.h>
  49. #include <glibmm/optioncontext.h>
  50. #include <glibmm/pattern.h>
  51. #include <glibmm/property.h>
  52. #include <glibmm/propertyproxy_base.h>
  53. #include <glibmm/propertyproxy.h>
  54. #include <glibmm/quark.h>
  55. #include <glibmm/random.h>
  56. #include <glibmm/refptr.h>
  57. #include <glibmm/shell.h>
  58. #include <glibmm/signalproxy_connectionnode.h>
  59. #include <glibmm/signalproxy.h>
  60. #include <glibmm/slisthandle.h>
  61. #include <glibmm/spawn.h>
  62. #include <glibmm/stringutils.h>
  63. #include <glibmm/thread.h>
  64. #include <glibmm/threadpool.h>
  65. #include <glibmm/timer.h>
  66. #include <glibmm/timeval.h>
  67. #include <glibmm/ustring.h>
  68. #include <glibmm/value.h>
  69. #include <glibmm/wrap.h>
  70.  
  71. #endif /* _GLIBMM_H */
  72.  
  73.